home *** CD-ROM | disk | FTP | other *** search
- on QTToggle QTSprite
- if the castType of cast the castNum of sprite QTSprite = #digitalVideo then
- if the movieRate of sprite QTSprite then
- set the movieRate of sprite QTSprite to 0
- else
- set the movieRate of sprite QTSprite to 1
- end if
- end if
- end
-
- on QTLoop QTChannel
- set movieDuration to the duration of cast the castNum of sprite QTChannel
- if the movieRate of sprite QTChannel = 0 then
- go(marker(1))
- exit
- end if
- go(the frame - 1)
- end
-